How to Install check-mk-agent software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install check-mk-agent software package in Ubuntu 12.04 LTS (Precise Pangolin)

check-mk-agent software package provides general purpose nagios-plugin for retrieving data, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install check-mk-agent 

check-mk-agent is installed in your system.

Make ensure the check-mk-agent package were installed using the commands given below,

$ sudo dpkg-query -l | grep check-mk-agent *

You will get with check-mk-agent package name, version, architecture and description in a table

check-mk-agent package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Administration Utilities
Package check-mk-agent
Version 1.1.12-1ubuntu1
Description general purpose nagios-plugin for retrieving data
Sub Section Admin


See Also, How to uninstall or remove check-mk-agent software package from Ubuntu 12.04 LTS (Precise Pangolin)?